const go/types._BadDotDotDotSyntax

3 uses

	go/types (current package)
		call.go#L137: 					check.errorf(call.Args[0], _BadDotDotDotSyntax, "invalid use of ... in conversion to %s", T)
		errorcodes.go#L690: 	_BadDotDotDotSyntax
		expr.go#L1262: 		check.error(e, _BadDotDotDotSyntax, "invalid use of '...'")